3.4.22 \(\int \sec ^2(c+d x) (a+i a \tan (c+d x))^{7/2} \, dx\) [322]

Optimal. Leaf size=29 \[ -\frac {2 i (a+i a \tan (c+d x))^{9/2}}{9 a d} \]

[Out]

-2/9*I*(a+I*a*tan(d*x+c))^(9/2)/a/d

________________________________________________________________________________________

Rubi [A]
time = 0.05, antiderivative size = 29, normalized size of antiderivative = 1.00, number of steps used = 2, number of rules used = 2, integrand size = 26, \(\frac {\text {number of rules}}{\text {integrand size}}\) = 0.077, Rules used = {3568, 32} \begin {gather*} -\frac {2 i (a+i a \tan (c+d x))^{9/2}}{9 a d} \end {gather*}

Antiderivative was successfully verified.

[In]

Int[Sec[c + d*x]^2*(a + I*a*Tan[c + d*x])^(7/2),x]

[Out]

(((-2*I)/9)*(a + I*a*Tan[c + d*x])^(9/2))/(a*d)

Rule 32

Int[((a_.) + (b_.)*(x_))^(m_), x_Symbol] :> Simp[(a + b*x)^(m + 1)/(b*(m + 1)), x] /; FreeQ[{a, b, m}, x] && N
eQ[m, -1]

Rule 3568

Int[sec[(e_.) + (f_.)*(x_)]^(m_)*((a_) + (b_.)*tan[(e_.) + (f_.)*(x_)])^(n_), x_Symbol] :> Dist[1/(a^(m - 2)*b
*f), Subst[Int[(a - x)^(m/2 - 1)*(a + x)^(n + m/2 - 1), x], x, b*Tan[e + f*x]], x] /; FreeQ[{a, b, e, f, n}, x
] && EqQ[a^2 + b^2, 0] && IntegerQ[m/2]

Rubi steps

\begin {align*} \int \sec ^2(c+d x) (a+i a \tan (c+d x))^{7/2} \, dx &=-\frac {i \text {Subst}\left (\int (a+x)^{7/2} \, dx,x,i a \tan (c+d x)\right )}{a d}\\ &=-\frac {2 i (a+i a \tan (c+d x))^{9/2}}{9 a d}\\ \end {align*}

________________________________________________________________________________________

Mathematica [B] Both result and optimal contain complex but leaf count is larger than twice the leaf count of optimal. \(73\) vs. \(2(29)=58\).
time = 0.54, size = 73, normalized size = 2.52 \begin {gather*} \frac {2 a^3 \sec ^4(c+d x) (-i \cos (4 c+7 d x)+\sin (4 c+7 d x)) \sqrt {a+i a \tan (c+d x)}}{9 d (\cos (d x)+i \sin (d x))^3} \end {gather*}

Antiderivative was successfully verified.

[In]

Integrate[Sec[c + d*x]^2*(a + I*a*Tan[c + d*x])^(7/2),x]

[Out]

(2*a^3*Sec[c + d*x]^4*((-I)*Cos[4*c + 7*d*x] + Sin[4*c + 7*d*x])*Sqrt[a + I*a*Tan[c + d*x]])/(9*d*(Cos[d*x] +
I*Sin[d*x])^3)

________________________________________________________________________________________

Maple [A]
time = 0.21, size = 24, normalized size = 0.83

method result size
derivativedivides \(-\frac {2 i \left (a +i a \tan \left (d x +c \right )\right )^{\frac {9}{2}}}{9 d a}\) \(24\)
default \(-\frac {2 i \left (a +i a \tan \left (d x +c \right )\right )^{\frac {9}{2}}}{9 d a}\) \(24\)

Verification of antiderivative is not currently implemented for this CAS.

[In]

int(sec(d*x+c)^2*(a+I*a*tan(d*x+c))^(7/2),x,method=_RETURNVERBOSE)

[Out]

-2/9*I*(a+I*a*tan(d*x+c))^(9/2)/d/a

________________________________________________________________________________________

Maxima [A]
time = 0.27, size = 21, normalized size = 0.72 \begin {gather*} -\frac {2 i \, {\left (i \, a \tan \left (d x + c\right ) + a\right )}^{\frac {9}{2}}}{9 \, a d} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^2*(a+I*a*tan(d*x+c))^(7/2),x, algorithm="maxima")

[Out]

-2/9*I*(I*a*tan(d*x + c) + a)^(9/2)/(a*d)

________________________________________________________________________________________

Fricas [B] Both result and optimal contain complex but leaf count of result is larger than twice the leaf count of optimal. 85 vs. \(2 (21) = 42\).
time = 0.37, size = 85, normalized size = 2.93 \begin {gather*} -\frac {32 i \, \sqrt {2} a^{3} \sqrt {\frac {a}{e^{\left (2 i \, d x + 2 i \, c\right )} + 1}} e^{\left (9 i \, d x + 9 i \, c\right )}}{9 \, {\left (d e^{\left (8 i \, d x + 8 i \, c\right )} + 4 \, d e^{\left (6 i \, d x + 6 i \, c\right )} + 6 \, d e^{\left (4 i \, d x + 4 i \, c\right )} + 4 \, d e^{\left (2 i \, d x + 2 i \, c\right )} + d\right )}} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^2*(a+I*a*tan(d*x+c))^(7/2),x, algorithm="fricas")

[Out]

-32/9*I*sqrt(2)*a^3*sqrt(a/(e^(2*I*d*x + 2*I*c) + 1))*e^(9*I*d*x + 9*I*c)/(d*e^(8*I*d*x + 8*I*c) + 4*d*e^(6*I*
d*x + 6*I*c) + 6*d*e^(4*I*d*x + 4*I*c) + 4*d*e^(2*I*d*x + 2*I*c) + d)

________________________________________________________________________________________

Sympy [F(-2)]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {Exception raised: SystemError} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)**2*(a+I*a*tan(d*x+c))**(7/2),x)

[Out]

Exception raised: SystemError >> excessive stack use: stack is 4846 deep

________________________________________________________________________________________

Giac [F]
time = 0.00, size = 0, normalized size = 0.00 \begin {gather*} \text {could not integrate} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

integrate(sec(d*x+c)^2*(a+I*a*tan(d*x+c))^(7/2),x, algorithm="giac")

[Out]

integrate((I*a*tan(d*x + c) + a)^(7/2)*sec(d*x + c)^2, x)

________________________________________________________________________________________

Mupad [B]
time = 6.28, size = 306, normalized size = 10.55 \begin {gather*} -\frac {a^3\,\sqrt {a-\frac {a\,\left ({\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}\,1{}\mathrm {i}-\mathrm {i}\right )\,1{}\mathrm {i}}{{\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}+1}}\,32{}\mathrm {i}}{9\,d}+\frac {a^3\,\sqrt {a-\frac {a\,\left ({\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}\,1{}\mathrm {i}-\mathrm {i}\right )\,1{}\mathrm {i}}{{\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}+1}}\,128{}\mathrm {i}}{9\,d\,\left ({\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}+1\right )}-\frac {a^3\,\sqrt {a-\frac {a\,\left ({\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}\,1{}\mathrm {i}-\mathrm {i}\right )\,1{}\mathrm {i}}{{\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}+1}}\,64{}\mathrm {i}}{3\,d\,{\left ({\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}+1\right )}^2}+\frac {a^3\,\sqrt {a-\frac {a\,\left ({\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}\,1{}\mathrm {i}-\mathrm {i}\right )\,1{}\mathrm {i}}{{\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}+1}}\,128{}\mathrm {i}}{9\,d\,{\left ({\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}+1\right )}^3}-\frac {a^3\,\sqrt {a-\frac {a\,\left ({\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}\,1{}\mathrm {i}-\mathrm {i}\right )\,1{}\mathrm {i}}{{\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}+1}}\,32{}\mathrm {i}}{9\,d\,{\left ({\mathrm {e}}^{c\,2{}\mathrm {i}+d\,x\,2{}\mathrm {i}}+1\right )}^4} \end {gather*}

Verification of antiderivative is not currently implemented for this CAS.

[In]

int((a + a*tan(c + d*x)*1i)^(7/2)/cos(c + d*x)^2,x)

[Out]

(a^3*(a - (a*(exp(c*2i + d*x*2i)*1i - 1i)*1i)/(exp(c*2i + d*x*2i) + 1))^(1/2)*128i)/(9*d*(exp(c*2i + d*x*2i) +
 1)) - (a^3*(a - (a*(exp(c*2i + d*x*2i)*1i - 1i)*1i)/(exp(c*2i + d*x*2i) + 1))^(1/2)*32i)/(9*d) - (a^3*(a - (a
*(exp(c*2i + d*x*2i)*1i - 1i)*1i)/(exp(c*2i + d*x*2i) + 1))^(1/2)*64i)/(3*d*(exp(c*2i + d*x*2i) + 1)^2) + (a^3
*(a - (a*(exp(c*2i + d*x*2i)*1i - 1i)*1i)/(exp(c*2i + d*x*2i) + 1))^(1/2)*128i)/(9*d*(exp(c*2i + d*x*2i) + 1)^
3) - (a^3*(a - (a*(exp(c*2i + d*x*2i)*1i - 1i)*1i)/(exp(c*2i + d*x*2i) + 1))^(1/2)*32i)/(9*d*(exp(c*2i + d*x*2
i) + 1)^4)

________________________________________________________________________________________